object FileReqForm: TFileReqForm Left = 209 Top = 141 Width = 158 Height = 150 Caption = 'FileReqForm' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object SaveReq: TSaveDialog Options = [ofOverwritePrompt, ofPathMustExist] Left = 4 Top = 4 end object LoadReq: TOpenDialog Options = [ofFileMustExist] Left = 40 Top = 4 end object FontDialog: TFontDialog Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Device = fdBoth MinFontSize = 0 MaxFontSize = 0 Left = 4 Top = 44 end object PrinterSetupDialog: TPrinterSetupDialog Left = 80 Top = 16 end object OpenPictureDialog1: TOpenPictureDialog Filter = 'All (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf;*.wmf|Bitmaps (*' + '.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf' + '|Metafiles (*.wmf)|*.wmf' Left = 64 Top = 52 end end